@charset 'UTF-8';

/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');
body { font-family: 'Open Sans', sans-serif; }
*/

@font-face {
  font-family: 'os-bold';
  src: url("fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'os-italic';
  src: url("fonts/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'os-light';
  src: url("fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'os-regular';
  src: url("fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'semibold';
  src: url("fonts/OpenSans-Semibold.ttf") format("truetype");
}


.item-1    {font-family: "os-bold";}
.item-8    {font-family: "os-italic";}
.item-9    {font-family: "os-light";}
.item-11   {font-family: "os-regular";}
.item-12   {font-family: "semibold";}


.st-preloader {
  transition: 0.4s ease;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3000;
  font-size: 1.6rem;
  line-height: 2rem;
  font-style: italic;
  color: #999;
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.3);
}

.st-preloader.is-load {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}

.st-preloader-in {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.st-preloader .st-preloader-img {
  position: relative;
  max-width: 340px;
  height: auto;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.st-preloader .st-preloader-text {
  display: block;
  margin: 25px 0 0 0;
}

.st-index {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}





.st-header {
  background-color: #ffffff;
}

.st-footer {
  padding-top: 30px;
  box-shadow: inset 0px 40px 100px -50px #000;
}

header .logo,
footer .logo {

}

.logo .logo-link {
  float: left;
}

.logo .logo-img {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

.header-box {
  padding-top: 32px;
  /*margin-left: -25px;*/
}

.header-box .h-phome,
.header-box .h-mail {
  margin: 0px;
}

.header-box .h-phome > a,
.header-box .h-mail > a {
  color: #333333;
  font-family: "semibold";
  font-weight: bolder;
  font-size: 1.19em;
  letter-spacing: -.5px;
}

.header-box .h-phome > span,
.header-box .h-mail > span {
  display: block;
  color: #999999;
  font-family: "os-regular";
  font-size: .8em;
  padding-left: 23px;
}

.h-phome:before,
.h-mail:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
}

.h-phome:before {
  background: url('../images/icon-tel.png') no-repeat;
  margin: 5px 6px 3px 0px;
}

.h-mail:before {
  background: url('../images/icon-mail.png') no-repeat;
  margin: 5px 6px 3px 0px;
}



.copyright {
  font-family: "os-regular";
  background: #1e2538;
}

.copyright .copy-text {
  font-family: "os-regular";
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
  line-height: 70px;
}

.copyright .copy-text > a {
  font-family: "os-regular";
  color: #ffffff;
  margin: 0px;
}

.copyright .policy {
  text-align: center;
}

.copyright .policy:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 17px;
  margin-right: 10px;
  background: url('../images/policy-img.png') no-repeat;
}

.copyright .policy > a {
  text-decoration: underline;
}

.copyright .develop {
  text-align:right;
}

.copyright .develop:hover {
  opacity: .8;
}

.copyright .develop:after {
  content: '';
  display: inline-block;
  width: 102px;
  height: 25px;
  margin-left: 10px;
  background: url('../images/develop-img.png') no-repeat;
}

.copyright .develop > a {
  font-style: italic;
}






/*  *************
    battons
    *************/
.btn-default {
  display: inline-block;
  padding: 10px 15px;
  background: #639dbf;
  color: #ffffff;
  font-family: "semibold";
  font-weight: bolder;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  border: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-default > span {
  margin: 0 auto;
}

.btn-white {
  background: none;
  border: 2px solid #ffffff;
}

.btn-transparent {
  background: none;
  color: #639dbf;
  border: 2px solid #639dbf;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:target,
.btn-default:active:hover,
.btn-default:active:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #8EC1DF;
  border: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:target,
.btn-white:active:hover,
.btn-white:active:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #8EC1DF;
  border: 2px solid #ffffff;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:target,
.btn-transparent:active:hover,
.btn-transparent:active:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #8EC1DF;
  border: 2px solid #639dbf;
}








/*  *************
    menu
    *************/

.navbar {
  margin-bottom: 0px;
}

.header-box .nav {
  padding-top: 42px;
  padding-bottom: 30px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background: none;
  color: #639dbf;
  padding-bottom: 2px;
  border-bottom: 2px solid #639dbf;
}

.nav li a {
  text-transform: uppercase;
  color: #333333;
  font-family: "semibold";
  font-weight: bolder;
  font-size: 1.1em;
  padding: 0px 0px 4px 0px;
  margin-right: 24px;
}

.nav li:last-child a {
  margin-right: 0px;
}



/*  *************
    new menu
    *************/

.nav-bar #nav-bar-block,
.nav-bar .nav-bar-head,
.nav-bar .navbar-wrapper .nav-bar-info {
  display: none;
}

.nav-bar .navbar-wrapper .nav > li {
  float: left; 
  position: relative;
}




.nav > li > ul {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 460px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    padding-left: 0;
}

.nav li ul li {
    display: inline-block;
    /*white-space: nowrap;*/
    margin: 0;
}
.nav li ul li ul li{
    width: 100%;
}
.nav li ul li a{
    border-bottom: 1px solid #ebeef1;
    color: #2f383d;
    display: block;
    font-size: 14px;
    padding: 10px 27px 14px 13px;
    position: relative;
    text-align: left;
    text-transform: none;
    transition: background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    line-height: 16px;
    font-weight: normal;
}
.nav > li > ul > li > ul > li > a:before{
    color: #7b8e9a;
/*    content: "˃";*/
    margin-right: 0;
    font-size: 9px;
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 12px;
}
.nav > li > ul > li a:before {
    color: #7b8e9a;
/*    content: "˅";*/
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 12px;
}
.nav > li > ul > li:last-child{

         position: absolute;
 }
.nav li ul li ul {
    position: inherit;
padding-left: 0;
        max-width: 224px;
}
.nav > li:hover > ul {
    display: block;
}

.nav  li ul li:hover > a{
    color: #2f383d;
    cursor: pointer;
}

.nav  li ul li ul li:hover {
    background-color: #585858;
    cursor: pointer;

}
.nav  li ul li ul li:hover > a:before {

    color: #fff;
}
.nav li ul li ul li a {
    margin-right: 0;
}
.nav li ul li ul li:hover > a{
    color: #fff;
    cursor: pointer;
    background-color: #2d92a9;

}



.autopark-carousel-wrap {
    max-height: 660px;
 }
.reviews-carousel-wrap {
    max-height: 270px;
 }



/*  *************
    content
    *************/

.st-main ul,
.st-main ol {
  padding-left: 18px;
  font-family: "os-regular";
}

.st-main .st-main-header {
  text-transform: uppercase;
  font-size: 1.5em;
}

.primary {
  background: url('../images/primary-bg.png') no-repeat;
  background-size: cover;
  margin-bottom: 95px;
  padding: 70px 0px 0px;
}

.primary .primary-title {
  font-family: "os-bold";
  /*font-size: 45px;*/
  font-size: 3.2em;
  margin: 0;
  padding-bottom: 35px;
  color: #ffffff;
  letter-spacing: 1.8px;
}

.primary .primary-text {
  font-family: "os-regular";
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding-bottom: 35px;
}

.primary .primary-img {
  width: 100%;
  height: 100%;
  margin-bottom: -95px;
}





.service {
  overflow: hidden;
  padding: 45px 0px 100px;
}

.service .service-title {
  font-family: "os-light";
  text-transform: uppercase;
  /*font-size: 45px;*/
  font-size: 3.2em;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #313d67;
}


.service .service-item {
  padding-top: 40px;
  padding-bottom: 30px;
}

.service-item .service-link {
  text-decoration: none;
  display: block;
}

.service .service-item-number {
  font-family: "semibold";
  /*font-size: 18px;*/
  font-size: 1.3em;
  color: #639dbf;
  margin: 0;
  padding-bottom: 20px;
}

.service .service-item-number:after {
  content: '';
  display: block;
  height: 2px;
  width: 16px;
  background: #639dbf;
}

.service .service-item-title {
  font-family: "os-light";
  font-weight: normal;
  font-size: 17px;
  margin: 0;
  padding-bottom: 30px;
}

.service .service-item-title > b {
  font-family: "semibold";
  display: block;
  white-space: nowrap;
}

.service .service-item-image,
.service .other-service-item-image {
  -webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
}

.service .service-item-image > img,
.service .other-service-item-image > img {
  width: 100%;
  height: 100%;
}

.service .service-item:hover .service-item-number {
  color: #fe6905;
}

.service .service-item:hover .service-item-number:after {
  background: #fe6905;
}

.service .service-item:hover .service-item-title {
  color: #fe6905;
}

.service .service-item:hover .service-item-image {
  outline: 2px solid #fe6905;
  outline-offset: -2px;
}


.service .other-service-item {
  position: relative;
}

.service .other-service-item-desc {
  position: absolute;
  top: 0px;
  padding: 30px;
}

.service .other-service-item-title {
  font-family: "os-light";
  font-size: 2.1em;
  font-weight: normal;
  color: #323e68;
  margin: 0;
  padding-bottom: 30px;
}

.service .other-service-item.white .other-service-item-title {
  color: #ffffff;
}

.service .other-service-item-title > b {
  font-family: "semibold";
  display: block;
}







.autopark {
  overflow: hidden;
  padding-top: 60px;
  background: url('../images/autopark-bg.png') no-repeat;
  background-size: cover;
}

.autopark h1{
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #313d67;
  margin: 0;
  padding-bottom: 43px;
}

.autopark .autopark-carousel-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 65px;
}

.autopark .bx-wrapper,
.autopark .bx-viewport {
  min-width: 100%!important;
  max-width: 100%!important;
  width: 100%!important;
  overflow: visible!important;
}

.autopark-info {
  display: inline-block;
}

.autopark-info h2 {
  font-family: "semibold";
}

.autopark-info h1 {
  font-family: "os-light";
}

.autopark-counters {
  margin-right: auto;
  float: right;
}

.autopark-counters .capacity-box,
.autopark-counters .price-hours-box {
  display: inline-block;
  position: relative;
  margin: 0 25px;
  padding: 0 12px;
  text-align: center;
}

.autopark-counters .info-bg-text {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgb(224, 243, 249);
  z-index: 10;
}

.autopark-counters .autopark-info-desc {
  position: relative;
  padding-top: 15px;
  z-index: 20;
}

.autopark-counters .capacity-box img,
.autopark-counters .price-hours-box img {
  height: 55px;
}

.autopark-counters .capacity-box p,
.autopark-counters .price-hours-box p {
  font-family: "os-regular";
  font-size: .8em;
  margin: 0;
}

.autopark-counters .capacity-box #capacity_text,
.autopark-counters .price-hours-box #priceHours_text {
  font-family: "semibold";
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1;
  color: #313d67;
}

.autopark .autopark-quote {
  text-align: center;
}

.autopark .btn-default {
  margin-top: 20px;
}

.autopark-quote .autopark-quote-img {
  width: 60%;
  margin-top: 30px;
}


.autopark-title {
    font-size: 42px !important;
}





.info {
  padding-top: 65px;
}

.info h1 {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 45px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 60px;
  text-align: center;
  color: #313d67;
}

.info .info-list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info .info-list > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0 -2px;
  padding: 0 33px;
}

.info .info-item {
  border: 2px solid #666666;
  border-radius: 100%;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 43px 0 35px;
}

.info .border-icon-item {
  transform: scale(1);
  display: block;
}

.info .info-item-text {
  font-family: "os-regular";
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  margin: 0;
  white-space: nowrap;
}

.info .border-icon-item:after {
  content: '';
  display: inline-block;
}


.info .border-icon-item.icon-autopark:after {
  background: url('../images/info-icon-1.png') no-repeat;
  width: 76px;
  height: 76px;
}
.info .border-icon-item.icon-exp:after {
  background: url('../images/info-icon-2.png') no-repeat;
  width: 67px;
  height: 72px;
}
.info .border-icon-item.icon-price:after {
  background: url('../images/info-icon-3.png') no-repeat;
  width: 64px;
  height: 77px;
}
.info .border-icon-item.icon-fast:after {
  background: url('../images/info-icon-4.png') no-repeat;
  width: 71px;
  height: 71px;
}
.info .border-icon-item.icon-comfort:after {
  background: url('../images/info-icon-5.png') no-repeat;
  width: 73px;
  height: 75px;
}





.request {
  padding-top: 60px;
}

.request .request-bg-form {
  -webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  display: block;
  background: url('../images/request-bg.png') no-repeat;
  width: 100%;
  min-height: 696px
}

.request h1.request-title {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 46px;
  font-weight: normal;
  text-align: center;
  color: #313d67;
  margin: 0;
  padding: 85px 0 60px;
}

.request h2.request-title {
  font-family: "os-regular";
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #5d99bc;
  margin: 0;
  padding-bottom: 50px;
}

.request h2.request-title > small {
  display: block;
  font-size: 18px;
  font-weight: bolder;
  text-transform: initial;
}

form .input-box {
  display: block;
  max-width: 365px;
  margin: 0 auto 35px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

form .input-box.privacy {
  border-bottom: 0;
}

form .request-input {
  width: 100%;
  font-family: "os-italic";
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  border: none;
  background: none;
  color: #1d2339;
  outline: none;
  margin-bottom: 10px;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  margin: 55px auto 0;
  display: block;
}

form input::-webkit-input-placeholder {
  color: #1d2339;
}
form input::-moz-placeholder {
  color: #1d2339;
}
form input:-ms-input-placeholder {
  color: #1d2339;
}
form input:-moz-placeholder {
  color: #1d2339;
}





.reviews {
  padding-top: 85px;
  padding-bottom: 40px;
  position: relative;
}

.reviews h1 {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  color: #313d67;
  margin: 0;
  padding-bottom: 43px;
}

.bx-viewport {
  /*outline: 1px solid #000;*/
}


.reviews-carousel {

}

.reviews-carousel-wrap {
  position: relative;
  width: 100%;
}

.reviews-carousel-wrap .bx-wrapper,
.reviews-carousel-wrap .bx-viewport {
  min-width: 100%!important;
  max-width: 100%!important;
  width: 100%!important;
}

.reviews-quote {
  margin: 0px 0px 30px 0px;
  padding: 0px 95px;
  font-size: inherit;
  border: none;
}

.reviews-quote .reviews-quote-img {
  display: inline-block;
}

.reviews-quote .reviews-quote-img img {

}

.reviews-quote .reviews-quote-author {
  padding: 16px 0 0 50px;
  display: inline-block;
  vertical-align: top;
  font-family: "os-bold";
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  color: #1e2337;
}

.reviews-quote .reviews-quote-author small {
  display: block;
  text-transform: capitalize;
}

.reviews-quote .reviews-quote-text {
  font-family: "semibold";
  margin: 0;
  padding: 40px 0 0;
}


.reviews-carousel-prev,
.reviews-carousel-next,
.autopark-carousel-prev,
.autopark-carousel-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 29px;
  height: 48px;
  margin: -24px 0 0;
  text-indent: -9999px;
  transition: 0.25s;
  z-index: 20;
}

.reviews-carousel-prev a,
.reviews-carousel-next a,
.autopark-carousel-prev a,
.autopark-carousel-next a {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews-carousel-prev,
.autopark-carousel-prev {
  left: 20px;
  background: url('../images/reviews-prev.png') 0 0 no-repeat;
}

.reviews-carousel-next,
.autopark-carousel-next {
  right: 20px;
  background: url('../images/reviews-next.png') 0 0 no-repeat;
}

.bx-controls .bx-pager {
  text-align: center;
  padding-top: 50px;
}

.bx-pager .bx-pager-item {
  text-indent: -9999px;
  display: inline-block;
  width: 30px;
  height: 13px;
  z-index: 20;
  padding: 0px 8px;
}

.bx-pager .bx-pager-link {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/dot-inactive.png') 0 0 no-repeat;
}

.bx-pager .bx-pager-link.active {
  background: url('../images/dot-active.png') 0 0 no-repeat;
}








.contacts {
  position: relative;
}

.contacts .wrapper-contacts-info {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  transition: all .5s ease;
}

.contacts #circle-back-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  top: 50%;
  right: 0;
  margin: -30px -30px 0 0;
  background-color: #ffffff;
  cursor: pointer;
  transition: all .5s ease;
}

.contacts #circle-back-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contacts .wrapper-contacts-info.closed {
  width: 0px!important;
}

.contacts .wrapper-contacts-info.closed .contacts-info {
  display: none!important;
}

.contacts .wrapper-contacts-info.closed #circle-back-btn {
  transform: rotate(180deg);
  background-color: #8EC1DF;
}

.contacts .wrapper-contacts-info.closed #circle-back-btn img {
  left: 30%;
}

.contacts .contacts-info {
  position: absolute;
  right: 215px;
  top: 75px;
}

.contacts .f-phone {
  font-family: "semibold";
  font-size: 26px;
  margin: 0px;
  padding-bottom: 35px;
}

.contacts .f-email {
  font-family: "semibold";
  font-size: 16px;
  margin: 0px;
  padding-bottom: 35px;
}

.contacts .f-contacts {
  font-family: "semibold";
  margin: 0px;
  font-size: 16px;
}

.contacts-info .contacts-info-box .contacts-info-text {
  display: inline-block;
  vertical-align: top;
  color: #1e2538;
}

.contacts-info .contacts-info-box .contacts-info-text > a {
  color: #1e2538;
}

.contacts .contacts-info-box:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
}

.contacts .f-phone:before {
  background: url('../images/map-tel.png') no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 6px;
}

.contacts .f-email:before {
  background: url('../images/map-email.png') no-repeat;
  width: 26px;
  height: 18px;
}

.contacts .f-contacts:before {
  background: url('../images/map-contacts.png') no-repeat;
  width: 23px;
  height: 29px;
}





.about {
  padding: 45px 0px 25px;
}

.about .about-title {
  font-family: "os-light";
  text-transform: uppercase;
  /*font-size: 45px;*/
  font-size: 3.2em;
  font-weight: normal;
  padding-bottom: 60px;
  margin: 0;
  text-align: center;
  color: #313d67;
}

.about .about-text {
  font-family: "os-regular";
  margin: 0 0 25px;
  width: 100%;
}



.cooperation {
  padding: 45px 0px 65px;
  background: url('../images/cooperation-bg.png') no-repeat;
  background-size: cover;
}

.cooperation .cooperation-title {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 3.2em;
  font-weight: normal;
  padding-bottom: 60px;
  margin: 0;
  text-align: center;
  color: #313d67;
}

.cooperation .reviews-box {
  width: auto!important;
}

.cooperation .reviews-box-link {

}

.cooperation .reviews-box-img {

}



.backСall {
  background-color: rgba(51, 96, 138, 1);
  padding: 45px 0px;
}


.backСall .backСall-title {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 3.2em;
  font-weight: normal;
  padding-bottom: 60px;
  margin: 0;
  text-align: center;
  color: #ffffff;
}

.backСall .backСall-desc {
  font-family: "os-regular";
  font-size: 1.3em;
  text-align: center;
  color: #ffffff;
  margin: 0px;
  padding-bottom: 25px;
}


.backСall input[type="button"],
.backСall input[type="reset"],
.backСall input[type="submit"] {
  color: #ffffff;
  border-color: #ffffff;
}

.backСall .privacy.required {
    margin-top: 20px;
}

.inline-form {
  text-align: center;
}

.inline-form .input-box {
  display: inline-block;
  margin: 0;
  border: none;
  min-width: 365px;
  margin-right: 25px;
}

.inline-form .request-input {
  color: #333333;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0;
}

.inline-form input[type="button"],
.inline-form input[type="reset"],
.inline-form input[type="submit"] {
  display: inline-block;
  margin: -4px 0 0 0;
}


.ourEmployees {
  padding: 65px 0px 65px;
}

.ourEmployees .ourEmployees-title {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 3.2em;
  font-weight: normal;
  padding-bottom: 60px;
  margin: 0;
  text-align: center;
  color: #313d67;
}

.ourEmployees .wrapper-worker-img {
  width: 100%;
  -webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
}

.ourEmployees .worker-img {
  width: 100%;
}


.orderBusText {
  padding: 65px 0px 65px;
}

.orderBusText .orderBusText-title {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 3.2em;
  font-weight: normal;
  padding-bottom: 60px;
  margin: 0;
  text-align: center;
  color: #313d67;
}

.orderBusText .st-main-header {
  margin: 0;
  padding: 45px 0 25px;
}

.orderBusText p {
  font-family: "os-regular";
  margin: 0 0 25px;
  width: 100%;
}

.orderBusText p > strong {
  padding-right: 25px;
}




.orderBus {

}

.orderBus .orderBus-title {
  font-family: "os-light";
  font-weight: bold;
  font-size: 3.2em;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  padding: 55px 0px;
  color: #639dbf;
}

.orderBus .orderBus-desc {
  font-family: "os-light";
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  padding: 25px 0px 0px;
  color: #639dbf;
}

.orderBus .orderBus-desc::after {
  content: '';
  display: block;
  margin: 5px auto;
  background-color: #639dbf;
  width: 25px;
  height: 2px;
}

.orderBus-form {
  display: block;
  padding: 0px 45px;
  background: url('../images/orderBus-form-bg.png') no-repeat;
}

.orderBus-form .select-box > img {
  max-width: 50%;
}

.orderBus-form .select-box > p {
  font-family: "os-bold";
  font-size: .9em;
  white-space: nowrap;
  color: #313d67;
}

.orderBus-form .select-item,
.orderBus-form .input-item {
  width: 100%;
  padding: 10px;
  margin-bottom: 35px;
  color: #313d67;
  font-family: "os-italic";
  resize: none
}

.orderBus-form .input-item.captcha {
  width: 50%;
}

.orderBus-form .select-item.select-dbl {
  width: 23%;
}

.orderBus-form .select-item.select-dbl-of {
  width: 46%;
}

.orderBus-form .select-item.select-dbl-not-of {
  width: 50%;
}

.orderBus-form select:invalid {
  color: gray;
}
.orderBus-form option[value=""][disabled] {
  display: none;
}
.orderBus-form option {
  color: #313d67;
  font-family: "os-italic";
}

.orderBus-form input[type="button"],
.orderBus-form input[type="reset"],
.orderBus-form input[type="submit"],
.orderBus-form button.g-recaptcha {
  margin: 27px 0 35px;
  width: 100%;
  padding: 12px 15px;
  display: block;
}




.autopark-page {
  padding: 45px 0px;
}

.autopark-page .autopark-page-title {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 3.2em;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #313d67;
}



.autopark-page-box {
  background: url('../images/autopark-page-bg.png') no-repeat;
  background-size: cover;
}


.autopark-page-box .autopark-page-box-title {
  font-size: 2.3em;
  margin: 0;
  padding: 45px 0 10px;
  text-transform: uppercase;
}

.autopark-page-box .autopark-page-box-desc {
  font-size: 1.6em;
  margin: 0;
  padding: 0px 0 10px;
  text-transform: uppercase;
}

.wrap-auto-item {
  padding: 25px 0;
}

.wrap-auto-item .auto-item-img {
  width: 100%;
  padding-bottom: 25px;
}

.wrap-auto-item .auto-item-name {
  display: flex;
}

.wrap-auto-item .auto-item-name > span {
  font-family: "os-bold";
  background-color: rgba(50, 64, 103, 1);
  color: #ffffff;
  padding: 5px 12px;
}

.wrap-auto-item .auto-item-desc {
  display: flex;
}

.wrap-auto-item .auto-item-desc > span {
  font-family: "os-bold";
  background-color: rgba(0, 0, 0, 0.04);
  color: rgba(50, 64, 103, 1);
  padding: 5px 12px;
}



.contacts-page {
  padding: 35px 0 85px;
}

.contacts-page .contacts-page-title {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 3.2em;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #313d67;
  padding-bottom: 65px;
}

.contacts-page .contacts-page-wrap-box {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.contacts-page .contacts-page-wrap {
  width: 40%;
  margin: auto 0;
}

.contacts-page #map {
  width: 55%;
  vertical-align: top;
  float: right;
}

.contacts-page-wrap .contacts-page-info {
  font-family: "os-bold";
  margin: 0;
  padding-bottom: 25px;
}

.contacts-page-wrap .contacts-page-info::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.contacts-page-info.page-info-phone::before {
  background: url('../images/contact-phone.jpg') no-repeat;
}

.contacts-page-info.page-info-email::before {
  background: url('../images/contact-email.jpg') no-repeat;
}

.contacts-page-info.page-info-adress::before {
  background: url('../images/contact-adress.jpg') no-repeat;
}

.contacts-page-info.page-info-work::before {
  background: url('../images/contact-work.jpg') no-repeat;
}

.contacts-page-info .contacts-page-info-link {
  font-size: 1.3em;
  color: #333;
}

.contacts-page-info .contacts-page-info-desc {
  display: block;
  color: #999999;
  font-family: "os-regular";
  font-size: .8em;
  padding-left: 40px;
}




.feedback .feedback-form {
  display: block;
  padding: 0 65px;
  background: url('../images/feedback-form-bg.png') no-repeat;
  background-size: cover;
}

.feedback .feedback-title {
  font-family: "os-light";
  font-weight: bold;
  font-size: 3.2em;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  padding: 55px 0px;
  color: #639dbf;
}

.feedback-form .select-box > p {
  font-family: "os-bold";
  font-size: .9em;
  white-space: nowrap;
  color: #313d67;
}

.feedback-form .input-item {
  width: 100%;
  padding: 10px;
  margin-bottom: 35px;
  color: #313d67;
  font-family: "os-italic";
  resize: none;
}

.feedback-form input[type="button"],
.feedback-form input[type="reset"],
.feedback-form input[type="submit"] {
  margin: 0 auto 35px;
}
.feedback-form .privacy{
  margin-bottom: 35px;
}



.primary-service {
  min-height: 623px;
  max-height: 623px;
  background-size: cover;
  margin-bottom: 125px;
}

.primary-service.service-mice {
  background: url('../images/primary-service-mice-bg.png') no-repeat;
}

.primary-service.service-corp {
  background: url('../images/primary-service-corp-bg.png') no-repeat;
}

.primary-service.service-tour {
  background: url('../images/primary-service-tour-bg.png') no-repeat;
}
.primary-service.service-school {
  background: url('../images/primary-service-school-bg.png') no-repeat;
}

.primary-service .primary-service-title {
  font-family: "os-bold";
  font-size: 3.2em;
  margin: 0;
  padding: 70px 0 25px;
  color: #ffffff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.primary-service .primary-service-title > span {
  font-family: "os-light";
  display: block;
  padding-top: 25px;
  letter-spacing: 0;
  text-transform: initial;
}

.primary-service .primary-service-text {
  font-family: "os-regular";
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding-bottom: 35px;
}

.primary-service .primary-service-img {
  width: 65%;
  display: block;
  margin: 0px 0px 0px auto;
}



.service-page {
  padding: 45px 0 35px;
}

.service-page .service-page-title {
  font-family: "os-bold";
  font-size: 1.5em;
  margin: 0;
  padding: 0 0 35px;
}

.service-page .wrap-service-page-img {
  width: 100%;
  padding-bottom: 25px;
}

.service-page .service-page-img {
  width: 100%;
}



.service-page .service-page-item {
  padding: 15px 15px 15px 0;
  margin-right: 30px;
  font-family: "os-regular";
  cursor: pointer;
}

.service-page .service-page-item-num {
  color: #639dbf;
  display: table-caption;
  padding-right: 25px;
}

.service-page .service-page-item-num::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #639dbf;
  margin-top: 5px;
}

.service-page .service-page-item-text {
  display: flex;
  display: -webkit-box;
  margin: 0;
}

.service-page .service-page-item-text > em {
  display: inline-block;
  padding: 0px 0px 0px 7px;
  line-height: 1em;
}

.service-page .service-page-item-text > em::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 6px;
  background: url('../images/serv-arrow-normal.png') no-repeat;
}


.service-page .service-page-item:hover {
  background-color: #fff;
}

.service-page-item:hover .service-page-item-num,
.service-page-item:hover .service-page-item-text {
  color: #333;
}

.service-page-item:hover .service-page-item-num::after {
  background-color: #ffffff;
}

.service-page .service-page-item:hover .service-page-item-text > em::after {
  background: url('../images/serv-arrow-hover.png') no-repeat;
}



.blog {
  padding: 35px 0 85px;
}

.blog .blog-title {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 3.2em;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #313d67;
  padding-bottom: 65px;
}


.blog .entry-item {
  -webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 55px;
  padding: 35px;
  display: flex;
  cursor: pointer;
}

.blog .wrap-entry-img {
  width: 30%;
  margin-right: 35px;
}

.blog .entry-img {
  max-width: 100%;
}

.blog .wrap-entry-content {
  width: 70%;
}

.blog .entry-header {
  font-family: "semibold";
  padding-bottom: 25px;
}

.blog .entry-header .entry-date {
  color: #999999;
  font-family: "os-regular";
  font-size: 1em;
  margin-bottom: 20px;
  display: block;
}

.blog .entry-header .entry-title {
  margin: 0;
  font-size: 2em;
}

.blog .entry-header .entry-title > a {
  color: #333333;
}

.blog .entry-item:hover .entry-header .entry-title > a {
  text-decoration: none;
}

.blog .entry-content {
  font-family: "semibold";
  color: #333333;
}

.blog .entry-content > p {
  margin: 0px;
}

.blog .more-link {
  color: #333333;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}

.blog .entry-item:hover .entry-header .entry-title > a,
.blog .entry-item:hover .more-link {
  color: rgba(255, 101, 1, 1);
}




.single-entry {
  padding: 35px 0 85px;
}

.single-entry .single-entry-title {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 3.2em;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #313d67;
  padding-bottom: 65px;
}

.single-entry .single-entry-desc {
  font-family: "os-light";
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #313d67;
  padding-bottom: 65px;
}

.single-entry .single-entry-date {
  color: #999999;
  font-family: "os-regular";
  font-size: 1em;
  margin-bottom: 20px;
  display: block;
}

.single-entry .single-entry-content {
  font-family: "os-regular";
  font-size: 1.2em;
}






.pagination {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination .page-numbers > li {
  display: inline-block;
  padding: 10px 0px;
  background-color: #ffffff;
  border: 1px solid #639dbf;
  color: #639dbf;
  border-radius: 3px;
}

.pagination .page-numbers > li > a,
.pagination .page-numbers > li > span {
  color: #639dbf;
  font-size: 1.2em;
  padding: 10px 16px;
  cursor: pointer;
}

.pagination .page-numbers > li > span {
  cursor: default;
}

.pagination .page-numbers > li > .current {
  background-color: #639dbf;
  color: #ffffff;
}

.pagination .page-numbers > li:hover {
  background-color: rgba(255, 101, 1, 1);
  border-color: rgba(255, 101, 1, 1);
}

.pagination .page-numbers > li:hover > a,
.pagination .page-numbers > li:hover > span {
  color: #fff;
}





.blockquote {
  padding: 60px 0px 30px;
}

.blockquote .blockquote-img {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

.blockquote .blockquote-box-position{
  font-family: "os-bold";
  margin: 0px;
  font-size: 1.2em;
}

.blockquote .blockquote-box-name {
  font-family: "os-bold";
  margin: 0px;
  font-size: 1.6em;
}

.blockquote .blockquote-text-title {
  margin: 0;
  padding-bottom: 50px;
  position: relative;
  color: #639dbf;
  font-family: 'os-regular';
  font-size: 2.3em;
}

.blockquote .blockquote-text-title::after,
.blockquote .blockquote-text-title::before {
  content: ',,';
  display: block;
  font-family: "Helvetica Neue";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  color: #639dbf;
  transform: rotateX(180deg);
}

.blockquote .blockquote-text-title::after {
  left: 0;
  top: -25px;
}

.blockquote .blockquote-text-title::before {
  right: 220px;
  bottom: 0px;
}






/*  *************
    modal
    *************/
.modal .modal-header {
  background-color: #639dbf;
}

.modal .modal-header .close {
  font-size: 2.5em;
  color: #ffffff;
  opacity: .7;
}
.modal .modal-header .close:hover {
  opacity: 1;
}

.modal .modal-title {
  margin: 0;
  font-family: "os-light";
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.2em;
  color: #313d67;
  color: #ffffff;
}

.modal .modal-body .modal-body-title {
  margin: 0;
  padding: 25px 0 45px;
  font-family: "os-regular";
  font-size: 3.5em;
  text-align: center;
  text-transform: uppercase;
  color: #639dbf;
}

.modal .modal-body .modal-body-title small {
  display: block;
  padding-top: 15px;
  font-size: .37em;
  font-weight: bolder;
  text-transform: initial;
}

.modal .request-bg-form {
  padding-bottom: 25px;
}


.required.name.red,
.required.phone.red {
  border-color: #ff0000;
}

.inline-form .required.red > .request-input {
  outline: 1px solid #ff0000;
}


.required.red > .input-item {
  border-color: #ff0000;
  border-width: 1px;
}

select.required.red {
  border-color: #ff0000;
}

.required.privacy{
  transition: all 0.3s;
  font-weight: 400;
}
.required.red.privacy{
  color: #ff0000;
}
.wrap-auto-item {
	cursor: pointer;
}
#myBtn {
  

    display: none;
	transform: translateY(0);
   	width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #FFF;
    background: #dd2163;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border: none;
    outline: none;
    border-radius: 50%;
    padding: 2px;
  /*  -webkit-transform: translateY(100px);
    transform: translateY(100px);*/
    right: 40px;
    bottom: 40px!important;
    top: inherit!important;
}
.carModal p {
    font-family: "os-italic";
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    border: none;
    background: none;
    color: #1d2339;
    outline: none;
    margin-bottom: 10px;
}
.w-100 {
  width: 100%!important;
}
.carModal .modal-dialog {
	width: 750px;
}
@media only screen and (max-width: 768px) {
	.carModal .modal-dialog {
		width: 100%;
	}
  .modal-ms {
        margin: 0;
  }
}
@media only screen and (min-width: 768px) {
.form-inline-element {
    display: inline-block!important;
    margin: 0 10px!important
}
}
.owl-carousel1 .owl-nav.disabled {
  display: block!important;
}
.owl-carousel1 .owl-prev {
  position: absolute;
  left: -27px;
  font-size: 33px;
  top: 21px;
}
.owl-carousel1 .owl-prev:before {
  content: "\e079";
}
.owl-carousel1 .owl-next {
  right: -30px;
  font-size: 33px;
  top: 21px;
  float: right;
  position: absolute;
}
.owl-carousel1 .owl-next,.owl-carousel1 .owl-prev {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-carousel1 .owl-next:before {
  content: "\e080";
}
.owl-carousel1 .item {
  overflow: hidden;
  max-height: 80px;
}

#myBtn {
  background: #639dbf!important;
}
.special-button {
  padding: 5px 8px!important;
  margin-top: 7px!important;
}
.owl-carousel1 .owl-item img {
  cursor: pointer;
}
.w-100 {
  width: 100%;
}
.social-icon {
  display: inline-block;
  width: 18px;
  cursor: pointer;
  display: inline-block!important;
}

form .privacy label{
  font-weight: 400;
}

.seo {
    margin-bottom: 30px;
}
.seo.second {
    margin-top: 45px;
}

.woocommerce .product {
    
}
.woocommerce .product .thumb {
    display: block;
    margin-bottom: 15px;
}
.woocommerce-loop-product__title {
    font-size: 20px;
}
.attr-price {
    color: #23527c;
    font-size: 18px;
}
.woocommerce .thumb {
    display: block;

max-height: 170px;

overflow: hidden;
}
.more-more {
    display: inline-block;
    margin-top: 25px;
    background-color: #629cbf;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
}
.single-product .price {
    color: #23527c !important;
}
.single-product .quantity {
    display: none;
}
.single-product .single_add_to_cart_button {
    background-color: #639dbf !important;
}
.woocommerce div.product .btn-default {
    margin-top: 20px;
    text-transform: none;
}
.single-product .tabs {
    display: none;
}
.single-product .attr {
    margin-bottom: 8px;
}
ul.icons {
    list-style: none;
}
ul.list.icons li i {
    color: #0088cc;
}
ul.list.icons li i {
    color: #CCC;
    margin-right: 5px;
}
.icon-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.icon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-check-square-o:before {
    content: attr(data-sow-icon);
}

.boba-price .p {
    margin-bottom: 20px;
    font-family: "os-light";
font-weight: bold;
font-size: 26px;
text-transform: uppercase;
color: #639dbf;
}
.calc {
    background: url('../images/orderBus-form-bg.png') no-repeat #f1f6fd;
}

.breadc {
    
}

.white-bc a {
    color: #fff;
}
.white-bc {
    color: #E0E0E0;
}

#previews {
    padding-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}
#previews .review {
    float: left;
    width: 33%;
    z-index: 10;
}
#previews .review .rev-item {
/*    border: 1px solid #f1f1f1;*/
    margin: 10px;
    min-height: 260px;
    position: relative;
}
#previews .review .rev-item img {
    padding: 0 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#previews .review .rev-item a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}
#previews .review .rev-item a:hover,
#previews .review .rev-item a:active,
#previews .review .rev-item a:focus {
    text-decoration: none;
}
#previews .rev-info {
    background: rgba(50, 64, 103, .9);
    color: #fff;
    font-family: 'Roboto Condensed', Arial, Geneva, Helvetica, sans-serif;
    width: 220px;
    margin-left: -110px;
    padding: 0 10px 10px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    text-align: center;
    z-index: 20;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#previews .rev-info p {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 10px 0 5px;
    text-transform: uppercase;
}
#previews .rev-info .rev-price {
    font-weight: 400;
}
#previews .rev-info .rev-price i {
    font-size: 19px;
}
#previews .rev-info .rev-price span {
    font-family: Oswald, Arial, Geneva, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
}
#previews .review .rev-item:hover img {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
}
#previews .review .rev-item:hover .rev-info {
    /*bottom: -15px;*/
    bottom: 0;
}
@media only screen and (max-width:480px) {
    #previews .review {
        float: none;
        width: 100%;
    }
}



.catalog-cars {
    margin-bottom: 10px;
    margin-bottom: 10px;

display: flex;

flex-wrap: wrap;
}
.catalog-cars p {
    color: #bbb;
    font-size: 13px;
    padding-bottom: 15px;
    text-align: justify;
}
.catalog-cars p a {
    border-bottom: 1px dotted #bbb;
    color: #bbb;
    text-decoration: none;
}
.catalog-cars p a:hover,
.catalog-cars p a:active,
.catalog-cars p a:focus {
    border-bottom-color: transparent;
    text-decoration: none;
}
.catalog-car-item {
    /*background: #fff;*/
    font-family: 'Roboto Condensed', Arial, Geneva, Helvetica, sans-serif;
    padding-bottom: 70px;
    max-width: 600px;
    overflow: hidden;
    position: relative;
}
.catalog-car-item img {
    width: 60%;
}
.catalog-car-item .car-item-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
}
.catalog-car-item .car-item-info ul {
    /*background: #fff;*/
    padding-left: 10px;
    padding-top: 20px;
}
.catalog-car-item .car-item-info ul li,
.catalog-car-item .car-item-info-hidden ul li {
    color: #333;
    font-size: 12px;
    list-style: none;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.catalog-car-item .car-item-info ul li span,
.catalog-car-item .car-item-info-hidden ul li span {
    font-size: 16px;
    font-weight: 700;
}
.catalog-car-item a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*
.catalog-car-item .car-item-info-hidden {
    position: relative;
    z-index: 12;
}
.catalog-car-item .car-item-info-hidden ul {
    position: absolute;
    left: -10px;
    top: -220px;
    
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
*/
.catalog-car-item .car-item-info-hidden ul {
    padding-left: 0;
}
.catalog-car-item a > span {
    background: rgba(50, 64, 103, 1);
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
}
.car-get-price {
    background: #ccc;
    border-left: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 40%;
    z-index: 10;
}
.car-get-price span {
    font-family: Oswald, Arial, Geneva, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.catalog-car-item:hover .car-item-info-hidden ul {
    top: 5px;
}
/*
    Велосипед вывода "NEW" на элементе каталога 
    Формируется по .catalog-car-item#carId-XX:after
    XX - это ID документа из рубрики "Автопарк"
*/
@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.catalog-car-item#carId-10000:after,
.catalog-car-item#carId-20000:after {
    background: #505050;
    background-clip: content-box;
    border: 5px dotted rgba(255,255,255,0.8);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    content: "NEW!";
    padding: 2px;
    position: absolute;
    top: -20px;
    left: -20px;
    line-height: 90px;
    text-align: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    animation: rotating 5s linear infinite;
}
.controls {
    background: #f6f7f3;
    margin-bottom: 30px;
}
.controls .btn {
    background: none;
    border: none;
    display: block;
    float: left;
    font-weight: 300;
    line-height: 50px;
    padding: 0;
    outline: 1px solid #fff;
    width: 25%;
    border-radius: 0;
}
.controls .btn span {
    border-bottom: 1px dotted #da251d;
    color: #da251d;
    font-family: 'Roboto Condensed', Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.controls .btn.mixitup-control-active,
.controls .btn:hover,
.controls .btn:active,
.controls .btn:focus {
    background: #da251d;
    outline: 1px solid #fff;
}
.controls .btn.mixitup-control-active span,
.controls .btn:hover span,
.controls .btn:active span,
.controls .btn:focus span {
    border-bottom-color: transparent;
    color: #fff;
}
@media only screen and (max-width:640px) {
    .controls .btn {
        width: 50%;
    }
}
@media only screen and (max-width:320px) {
    .controls .btn {
        width: 100%;
    }
}
.car-item h1 {
    border-bottom: 2px solid #da251d;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
#slider-wrapper {
    overflow: hidden;
}
.ls-l {
    white-space: nowrap;
}
.car-item {
    padding-bottom: 30px;
}
.car-item #slider-wrapper {
    margin-bottom: 15px;
}
.car-item figcaption.ls-l {
    background: rgba(218,37,29,0.9);
    color: #fff;
    font-family: 'Roboto Condensed', Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
}
.car-item .ls-more {
    background: url(../images/icon-expand.png) no-repeat 50% 50% rgba(255,255,255,0.95);
    background-clip: padding-box;
    background-size: 20px 20px;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    border-radius: 50%;
}
.get-phone {
    margin-top: 10px;
    text-align: right;
}
.get-phone a {
    border-bottom: 1px dotted transparent;
    color: #da251d;
    display: inline-block;
    font-family: Oswald, Arial, Geneva, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}
.get-phone a:hover {
    border-bottom-color: #da251d;
    text-decoration: none;
}
.full-text {
    margin-top: 20px;
    margin-bottom: 40px;
}
.full-text p {
    text-align: justify;
}
.table-price {
    margin-top: 30px;
    text-align: center !important;
    font-size: 14px !important;
}
.table-price tr.cars-title {
    font-weight: 700;
}
.table-price tr.cars-title:first-of-type {
    color: #333;
/*    font-size: 13px;
    font-weight: 700;*/
    text-transform: uppercase;
}
.table-price .cars-title td {
    background: #d3d3d3;
    font-family: 'Roboto Condensed', Arial, Geneva, Helvetica, sans-serif;
}
.car-item .transfer {
    margin-top: 30px;
}
.car-item .transfer table {
    margin-top: 10px;
}
.car-item .transfer table td:first-child {
    color: #333;
    font-family: 'Roboto Condensed', Arial, Geneva, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: left !important;
}
.car-item .transfer thead tr {
    background: #d3d3d3;
    color: #333;
    font-family: 'Roboto Condensed', Arial, Geneva, Helvetica, sans-serif;
    text-transform: uppercase;
}